home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3mxiltg.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MXILTGAD_H = 1;
- include("oops/r3mxgad.js")
-
-
- var R3CLID_MXILTGAD = 828;
-
-
-
-
- R3MXILTGA_ToolTips = 828501;
- function SetR3MXILTGA_ToolTips(value) {
- R3Set(this.r3obj, R3MXILTGA_ToolTips, value, R3TID_STRING, R3TNF_ARRAY);
- }
-
- function GetR3MXILTGA_ToolTips() {
- return R3Get(this.r3obj, R3MXILTGA_ToolTips, R3TID_STRING, R3TNF_ARRAY);
- }
-
- R3MXILTGA_Labels = 828502;
- function SetR3MXILTGA_Labels(value) {
- R3Set(this.r3obj, R3MXILTGA_Labels, value, R3TID_STRING, R3TNF_ARRAY);
- }
-
- function GetR3MXILTGA_Labels() {
- return R3Get(this.r3obj, R3MXILTGA_Labels, R3TID_STRING, R3TNF_ARRAY);
- }
-
- R3MXILTGA_IconWidth = 828503;
- function SetR3MXILTGA_IconWidth(value) {
- R3Set(this.r3obj, R3MXILTGA_IconWidth, value, R3TID_INTEGER, 0);
- }
-
- R3MXILTGA_IconHeight = 828504;
- function SetR3MXILTGA_IconHeight(value) {
- R3Set(this.r3obj, R3MXILTGA_IconHeight, value, R3TID_INTEGER, 0);
- }
-
- R3MXILTGA_IconDepth = 828505;
- function SetR3MXILTGA_IconDepth(value) {
- R3Set(this.r3obj, R3MXILTGA_IconDepth, value, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Mxiltgad () {
- // Attributes
- this.GetToolTips=GetR3MXILTGA_ToolTips;
- this.SetToolTips=SetR3MXILTGA_ToolTips;
- this.GetLabels=GetR3MXILTGA_Labels;
- this.SetLabels=SetR3MXILTGA_Labels;
- this.SetIconWidth=SetR3MXILTGA_IconWidth;
- this.SetIconHeight=SetR3MXILTGA_IconHeight;
- this.SetIconDepth=SetR3MXILTGA_IconDepth;
- }
-
- // r3mxiltg.h_H